github.com/refraction-networking/utls.Conn.readHandshakeBytes (method)

3 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L1074: func (c *Conn) readHandshakeBytes(n int) error {
		conn.go#L1090: 	if err := c.readHandshakeBytes(4); err != nil {
		conn.go#L1111: 	if err := c.readHandshakeBytes(4 + n); err != nil {